home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 076-100 / 079 / monproc / poster < prev    next >
Text File  |  1995-03-13  |  2KB  |  40 lines

  1. Article 4542 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!gatech!seismo!rochester!ur-tut!dpvc
  3. From: dpvc@ur-tut.UUCP (David Cervone)
  4. Newsgroups: comp.sys.amiga
  5. Subject: MONPROC Re-visited
  6. Keywords: MONPROC AmigaDOS Packets
  7. Message-ID: <1307@ur-tut.UUCP>
  8. Date: 11 May 87 16:58:04 GMT
  9. Organization: Univ. of Rochester Computing Center
  10. Lines: 1587
  11.  
  12. [I'm not afraid of no line eaters!]
  13.  
  14. I was so intrigued by Phillip Lindsay's MONPROC program, I got out my
  15. AmigaDOS Technical Reference Manual and looked up the DOS packet section.
  16. I found that there was a lot of interesting information in the packets 
  17. besides the packet type, so I modified MONPROC to print these fields as 
  18. well.  For instance, it prints the data that was read or writen during 
  19. ACTION_READ and ACTION_WRITE packets, and prints the name of the file 
  20. associated with the Lock field for ACTION_PARENT and ACTION_LOCATE_OBJECT.
  21.  
  22. The following is the source to this modified version.  While I was
  23. working on it, I restructured the program a bit (but the algorithms are the
  24. same).  It is changed to such a degree, however, that I can't just post the
  25. differences, so I'm posting the whole source.  I have retained Phillip's 
  26. copywrite notice, as he requested.
  27.  
  28. See the documentation for usage information, especially the cautions about
  29. monitoring file system processes (remember to use the NOLOCK option when
  30. you do), and for compiling and linking instructions.
  31.  
  32. I found this a very useful and fun tool, and hope others do as well.
  33.  
  34. Davide P. Cervone
  35. University of Rochester Computing Center            DPVC@UORDBV.BITNET
  36. Taylor Hall                                         dpvc@tut.cc.rochester.EDU
  37. Rochester, New York  14627                          dpvc@ut-tut.UUCP
  38.  
  39.  
  40.